home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / pressgen / connec.doc < prev    next >
Text File  |  1993-01-31  |  6KB  |  222 lines

  1. Lan Server/Lan Manager and Novell Server conectivity for OS/2 1.3 Workstations
  2. ------------------------------------------------------------------------------
  3.  
  4. On a recent project there was a need for connectivity to Netware and Lan
  5. Manager servers at the same time.  After many trial and error attempts success
  6. was achieved, inspite of the lack of help MicroSoft.
  7.  
  8. I have documented here the setup that will achieve the above.  All files can
  9. be found on CompuServe for Novell, ie. NSD004.ZIP.  As for OS/2 and Lan
  10. Server, IBM suppliers can help.
  11.  
  12. Our configuration of servers includes Novell and MicroSoft Lan Manager
  13. servers.  The main DLL for both pieces of software is the NETAPI.DLL.
  14. Unfortunately each requester, Novell/Lan Manager, does not work with the other's
  15. NETAPI.DLL, and only one NETAPI.DLL can be loaded on the workstation at any
  16. given time.
  17.  
  18. IBM Lan Server does not use the NETAPI.DLL and is compatible with Lan
  19. Mananger.
  20.  
  21. Lan Server mostly solved my problems bar the need for two token-ring cards,
  22. though I believe has since been solved for OS/2 1.3 using ODINSUP.SYS.
  23.  
  24. Some drivers for Lan Server and Netware do not work together unless the 
  25. version of OS/2 is 1.30.1, CSD 5015 or higher.
  26.  
  27. As I had so much trouble achieving the connectivity I wanted, I thought that
  28. this document might help some other unfortunate people trying connect Netware
  29. to Lan Server/Lan Manager.
  30.  
  31. Regards
  32.  
  33.  
  34.  
  35. Kevin J McCarthy [70374,3540]
  36. 24 January 1993
  37.  
  38. c/o Dun & Bradstreet Europe
  39.     High Wycombe 
  40.     England
  41.  
  42.  
  43. AIM
  44. ---
  45.  
  46. The aim of this excercise is to connect an OS/2 1.3 workstation to the
  47. following types of server at the same time:
  48.  
  49.    IBM Lan Server
  50.    Microsoft Lan Manager
  51.    Novell Netware
  52.  
  53. This example is for an IBM Token-Ring card.  For other cards that are
  54. supported by both IBM and Novell the relevant driver SHOULD be OK as the
  55. connectivity is achieved at a different layer of the software.
  56.  
  57. The requirements are:
  58.  
  59.    OS/2 1.30.1, CSD 5015.
  60.    Novell Netware v3.11 (with NSD level 4 for named pipes to work)
  61.    IBM Lan Server v2.0.
  62.    2 Token-Ring cards.
  63.  
  64.  
  65. The file dates and sizes for NSD level 4 Netware are:
  66.  
  67.    LSL.SYS        16944    19-11-91 8:22a
  68.    DDAEMON.EXE     8496    19-11-91 8:22a
  69.    TOKEN.SYS      25392    13-12-91 4:54p
  70.    ROUTE.SYS      33200    25-06-91 9:53p
  71.    IPX.SYS        10416    22-11-91 8:34p
  72.    NWREQ.SYS      17888     9-04-91 4:09p
  73.    NWIFS.IFS      34720    10-04-92 1:15p
  74.    NWDAEMON.EXE   25168    10-04-92 1:16p
  75.  
  76.  
  77.  
  78.  
  79. INSTALLATIONS
  80. -------------
  81.  
  82. Install IBM Lan Server and ensure that the requester is working OK.
  83.  
  84. Install Novell Netware, on installation specify drives as:
  85.  
  86.       NETWARE\DRIVERS
  87.       NETWARE\NETPROG
  88.       NETWARE\DLL
  89.  
  90. This is to keep similarities between Lan Server and Netware file layout.
  91.  
  92. Check the config.sys.  The Lan Server paths must appear first in all statements
  93. ie. PATH, LIBPATH, DPATH etc...
  94.  
  95.  
  96.  
  97. NET.CFG modifications
  98. ---------------------
  99.  
  100. By using a reference diskette, find out the address, DMA of the Token-Ring
  101. cards.  On IBM machines the Primary adapter is 0A20 and the Alternate adapter
  102. is 0A24.  These values will be used to set the Netware to use the alternate 
  103. adapter.
  104.  
  105. Edit a NET.CFG file as follows and place it ind the DPATH directory stated in
  106. the CONFIG.SYS:
  107.  
  108.    link driver token
  109.       port 0A24
  110.  
  111. Where TOKEN is the file name of the card driver ie. TOKEN.SYS
  112.  
  113. If the port address is not known then try:
  114.  
  115.    link driver token
  116.       DMA   x
  117.  
  118. Where x is the DMA number of the alternate token-ring card.
  119.  
  120. There are problems with the Netware reading the NET.CFG file correctly.  If
  121. on rebooting the Netware requester uses the wrong port, interrupt & DMA etc..
  122. then re-edit the NET.CFG with a different editor.  The Netware software appears
  123. to be tab sensitive.
  124.  
  125. If the NET.CFG file is read correctly by the Netware software both requesters
  126. should start and work together.
  127.  
  128.  
  129.  
  130.  
  131. CONFIG.SYS
  132. ----------
  133.  
  134. The ordering of the config,sys for loading of drivers etc. is as follows:
  135.  
  136. REM ********* HPFS *********
  137. IFS=C:\OS2\HPFS.IFS /CACHE:64 /AUTOCHECK:CD
  138.  
  139. PROTSHELL=C:\OS2\PMSHELL.EXE C:\OS2\OS2.INI C:\OS2\OS2SYS.INI C:\OS2\CMD.EXE
  140. SET COMSPEC=C:\OS2\CMD.EXE
  141. LIBPATH=.;c:\os2\dll;c:\;c:\muglib\dll;c:\ibmlan\netlib;c:\ibmcom\dll;c:\netware\dll;
  142. set path=c:\os2;c:\os2\system;c:\os2\install;c:\;d:\ibmlan\netprog;c:\muglib;d:\netware\netprog;
  143.  
  144. SET DPATH=C:\OS2;C:\OS2\SYSTEM;C:\OS2\INSTALL;C:\;c:\IBMLAN\NETPROG;c:\IBMLAN;C:\MUGLIB;c:\NETWARE\NETPROG;
  145. SET PROMPT=$i[$p]
  146. SET HELP=C:\OS2\HELP;D:\C600\HELP;
  147.  
  148. BUFFERS=30
  149. DISKCACHE=64
  150. MAXWAIT=3
  151. MEMMAN=SWAP,MOVE,SWAPDOS
  152. PROTECTONLY=NO
  153. SWAPPATH=C:\OS2\SYSTEM 512
  154. THREADS=255
  155. COUNTRY=044,C:\OS2\SYSTEM\COUNTRY.SYS
  156. DEVINFO=SCR,VGA,C:\OS2\VIOTBL.DCP
  157. SET VIDEO_DEVICES=VIO_IBMVGA
  158. SET VIO_IBMVGA=DEVICE(BVHVGA)
  159. DEVICE=C:\OS2\POINTDD.SYS
  160. DEVICE=C:\OS2\IBMMOU02.SYS 
  161. DEVICE=C:\OS2\MOUSE.SYS TYPE=IBMMOU$
  162. DEVICE=C:\OS2\PMDD.SYS
  163.  
  164. DEVICE=C:\IBMCOM\LANMSGDD.OS2 /I:C:\IBMCOM
  165. DEVICE=C:\IBMCOM\PROTMAN.OS2 /I:C:\IBMCOM
  166. DEVICE=C:\IBMCOM\PROTOCOL\LANDD.OS2
  167. DEVICE=C:\IBMCOM\PROTOCOL\LANDLLDD.OS2
  168.  
  169. SET KEYS=ON
  170. SHELL=C:\OS2\COMMAND.COM /P
  171. BREAK=OFF
  172. FCBS=16,8
  173. RMSIZE=640
  174. DEVICE=C:\OS2\EGA.SYS 
  175. DEVICE=C:\OS2\DOS.SYS 
  176. DEVINFO=KBD,UK166,C:\OS2\KEYBOARD.DCP
  177. CODEPAGE=850,437
  178. DEVICE=C:\OS2\COM02.SYS 
  179.  
  180.  
  181.  
  182. DEVICE=C:\IBMCOM\PROTOCOL\NETBEUI.OS2
  183.  
  184. REM --- NetWare Requester statements BEGIN ---
  185.  
  186. DEVICE=D:\NETWARE\DRIVERS\LSL.SYS
  187. RUN=D:\NETWARE\NETPROG\DDAEMON.EXE
  188.  
  189. DEVICE=D:\NETWARE\DRIVERS\TOKEN.SYS
  190. DEVICE=D:\NETWARE\DRIVERS\ROUTE.SYS
  191.  
  192. DEVICE=D:\NETWARE\DRIVERS\IPX.SYS
  193.  
  194. DEVICE=D:\NETWARE\DRIVERS\NWREQ.SYS
  195. IFS=D:\NETWARE\DRIVERS\NWIFS.IFS
  196. RUN=D:\NETWARE\NETPROG\NWDAEMON.EXE
  197.  
  198.  
  199. REM --- NetWare Requester statements END ---
  200.  
  201. DEVICE=D:\IBMLAN\NETPROG\RDRHELP.SYS
  202. IFS=D:\IBMLAN\NETPROG\NETWKSTA.SYS /I:D:\IBMLAN /N
  203. DEVICE=C:\IBMCOM\PROTOCOL\NETBIOS.OS2
  204. DEVICE=C:\IBMCOM\MACS\IBMTOK.OS2
  205. RUN=C:\IBMCOM\PROTOCOL\LANDLL.EXE
  206. RUN=C:\IBMCOM\PROTOCOL\NETBIND.EXE
  207. RUN=C:\IBMCOM\LANMSGEX.EXE
  208. IOPL=YES
  209. SET BOOKSHELF=D:\IBMLAN\BOOK;
  210.  
  211.  
  212. If you have any queries then please contact me via CompuServe.
  213.  
  214. Regards
  215.  
  216. Kevin J McCarthy [70374,3540]
  217. 24 January 1993
  218.  
  219. c/o Dun & Bradstreet Europe
  220.     High Wycombe 
  221.     England
  222.